home *** CD-ROM | disk | FTP | other *** search
- object frmAbout: TfrmAbout
- Left = 364
- Top = 334
- Width = 640
- Height = 480
- Caption = 'About FireLogXP'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- DesignSize = (
- 632
- 446)
- PixelsPerInch = 96
- TextHeight = 13
- object Memo1: TMemo
- Left = 0
- Top = 0
- Width = 632
- Height = 409
- Align = alTop
- Anchors = [akLeft, akTop, akRight, akBottom]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
-
- 'A simple program to analyse the log file output from the Microso' +
- 'ft Internet Connection Firewall (v1.0).'
- 'Version 1.11 (11th October 2003)'
- ''
- 'Instructions:'
- ''
-
- '- Make sure ICF is enabled on one of your NIC cards, and that lo' +
- 'gging is enabled. See Windows help '
- 'for details.'
- '- Run this program and click the Analyse button.'
-
- '- You will see a list of attempted connections and to which port' +
- 's, sorted by the number of attempts made.'
- '- Sort by clicking on a column header.'
-
- '- To see what ports a particular IP is trying to connect to, cli' +
- 'ck on the IP address line (top list).'
-
- '- To see who is trying to connect to a particular port, click on' +
- ' the port line (bottom list).'
- '- Double click on an IP address line to get its hostname.'
-
- '- Double click on a port line to get details on that port, e.g. ' +
- 'is it a known Trojan port?'
-
- '- To return to showing attempts from all IP addresses click the ' +
- #39'(Re-)Analyse'#39' button'
-
- '- The '#39'Well-known Ports'#39' and '#39'Trojan Ports'#39' buttons will take yo' +
- 'u to web sites with more information on '
- 'what ports are used for.'
- '- Click the '#39'Filter'#39' button to filter what is listed.'
- ''
- 'This program is freeware, and written in Delphi 7.'
- ''
- 'Copyright '#169' 2003 Michael J. Leaver'
- 'http://www.mjleaver.com/'
- 'MJLeaver@email.com'
- ''
- 'Portions of code Copyright '#169' 1999 Tempest Software, Inc.')
- ParentFont = False
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 553
- Top = 419
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- TabOrder = 1
- Kind = bkOK
- end
- end
-